home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutFrm
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Double
- Caption = "About theTIME"
- ClientHeight = 3060
- ClientLeft = 4245
- ClientTop = 7920
- ClientWidth = 4215
- ControlBox = 0 'False
- ForeColor = &H00800000&
- Height = 3465
- Left = 4185
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 204
- ScaleMode = 3 'Pixel
- ScaleWidth = 281
- Top = 7575
- Width = 4335
- Begin PZLabel AboutLab
- Alignment = 0 'Left Justify - TOP
- BackStyle = 0 'Transparent
- Caption = "About 3"
- CaptionMargin = 8
- Font3DColor = &H00FFFFFF&
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00800000&
- Height = 885
- Index = 2
- Left = 90
- TabIndex = 3
- Top = 2100
- Width = 4005
- WordWrap = -1 'True
- End
- Begin PZLabel AboutLab
- Alignment = 6 'Center - TOP
- BackStyle = 0 'Transparent
- Caption = "About 2"
- Font3D = 4 'Drop Right
- ForeColor = &H00C00000&
- Height = 1005
- Index = 1
- Left = 120
- TabIndex = 2
- Top = 990
- Width = 4005
- End
- Begin PZLabel AboutLab
- Alignment = 6 'Center - TOP
- BackStyle = 0 'Transparent
- Caption = "About 1"
- Font3D = 4 'Drop Right
- Font3DColor = &H00000080&
- Font3DSize = 2
- FontBold = -1 'True
- FontItalic = -1 'True
- FontName = "Arial"
- FontSize = 17.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000C0&
- Height = 945
- Icon = ABOUTFRM.FRX:0000
- IconLeft = 220
- IconTop = 20
- Index = 0
- Left = 120
- TabIndex = 1
- Top = 150
- Width = 3975
- End
- Begin PZLabel AboutPan
- BackColor = &H00C0C0C0&
- BevelInner = 1 'Inset
- BevelInnerShading= 3 'Frame
- BevelInnerWidth = 1
- BevelOuter = 2 'Raised
- BorderInner = 2 'Filled
- BorderInnerWidth= 3
- Font3D = 2 'Block Right
- Font3DColor = &H00FFFFFF&
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Times New Roman"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00800000&
- Height = 3075
- IconLeft = 20
- IconTop = 20
- Left = 0
- Picture = ABOUTFRM.FRX:0302
- PictureStyle = 3 'Tiled
- TabIndex = 0
- Top = 0
- Width = 4215
- End
- Option Explicit
- Sub AboutLab_Click (Index As Integer)
- Hide
- End Sub
-